home *** CD-ROM | disk | FTP | other *** search
/ Directorty Opus 5 - Magellan / Opus 5 - Magellan.iso / Extras / DOpusList.readme < prev    next >
Text File  |  1995-10-08  |  3KB  |  83 lines

  1. Short:    DOpus5 script to get DOpus4-like listers with memory
  2. Author:   christon@oslonett.no (Christopher Landmark Naas)
  3. Uploader: christon@oslonett.no (Christopher Landmark Naas)
  4. Type:     util/rexx
  5.  
  6.  
  7. [Note, my EMail address has changed. It is now christon@oslonett.no]
  8.  
  9.  
  10. DESCRIPTION:
  11.  
  12.     This little ARexx script opens or closes two listers (DOpus4-style).
  13.     It remembers the last used path for both when you close them and
  14.     uses those paths the next time you open them (much like DOpus4 was).
  15.     I've found that this method (two listers side by side) is the best
  16.     way of working with a dir-util, and since DOpus5 works in an entirely
  17.     different way than 4.12, I wrote this script.
  18.  
  19.     The script is freely distributable, but it is ©1995 Christopher Naas,
  20.     All Rights Reserved Worldwide.
  21.  
  22.     If you use it, you must either send me an EMail or write me a postcard
  23.     telling me you are doing so.
  24.  
  25.  
  26.  
  27. REQUIREMENTS: 
  28.  
  29.     Any Amiga with Rexx and DOpus 5+ installed.
  30.         
  31.  
  32. INSTALLATION AND USAGE:
  33.  
  34.     I've found that the best way to use this script is to assign it to a
  35.     hotkey, using TaskBar, ToolManager or some other program capable of
  36.     this.
  37.     If you do not want to have to start the script 3 times after every
  38.     boot to get it working, you should create a file in ENVARC: called
  39.     ENVARC:DopusListersPath with the names of the two directories you
  40.     initially want to be displayed, each on a separate line. E.g.:
  41.  
  42.     ENVARC:DopusListersPath:
  43.     ---8<------
  44.     Download:
  45.     Sd0:
  46.     ---8<------
  47.  
  48.     The first time you start the script, two listers will appear with the
  49.     above two paths in them. If you change the paths, the next time you
  50.     start the script, the two last used paths will be displayed etc.
  51.  
  52.     The lister sizes and positions are ideal for my setup. They may however
  53.     not be for your setup. You should therefore edit the sizes and positions
  54.     in lines 57 and 62. The syntax is:
  55.  
  56.     lister new 'x/y/width/height '
  57.  
  58.     If you've completed the above steps, you should have a working setup.
  59.     Good luck, and don't forget to write me if you use the script! :)
  60.  
  61.  
  62. SEND YOUR POSTCARDS TO:
  63.  
  64.      Christopher Landmark Naas
  65.      Solveien 3a
  66.      1533 Moss
  67.      Norway
  68.  
  69.  
  70. EMAIL ME AT:
  71.  
  72.      christon@oslonett.no
  73.  
  74.  
  75. ============================= Archive contents =============================
  76.  
  77. Original  Packed Ratio    Date     Time    Name
  78. -------- ------- ----- --------- --------  -------------
  79.     2170    1115 48.6% 02-Oct-95 15:50:16  DOpusListers.readme
  80.     1273     551 56.7% 02-Oct-95 15:29:38  DOpusListers.rexx
  81. -------- ------- ----- --------- --------
  82.     3443    1666 51.6% 03-Oct-95 00:44:30   2 files
  83.